home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / dos / networks / tpapi / nwtts.doc < prev    next >
Text File  |  1992-01-28  |  3KB  |  63 lines

  1.                                  TTS SERVICES
  2.                                  ============
  3.  
  4.  
  5. TTSAbortTransaction : WORD;
  6.  
  7.   Aborts explicit and implicit transactions.
  8. --------------------------------------------------------------------------------
  9. TTSBeginTransaction : WORD;
  10.  
  11.   Begins an explicit transaction.
  12. --------------------------------------------------------------------------------
  13. TTSEndTransaction (VAR Transaction Number) : WORD;
  14.  
  15.      TransactionNumber : LONGINT
  16.  
  17.   Ends an explicit or implicit transaction and returns a transaction reference
  18.   number.
  19. --------------------------------------------------------------------------------
  20. TTSGetApplicationThresholds (VAR LogicalRecordLockThreshold;
  21.                              VAR PhysicalRecordLockThreshold) : WORD;
  22.  
  23.      LogicalRecordLockThreshold  : BYTE
  24.      PhysicalRecordLockThreshold : BYTE
  25.  
  26.   Returns application thresholds for implicit transactions.
  27. --------------------------------------------------------------------------------
  28. TTSGetWorkstationThresholds (VAR LogicalRecordLockThreshold;
  29.                              VAR PhysicalRecordLockThreshold) : WORD;
  30.  
  31.      LogicalRecordLockThreshold  : BYTE
  32.      PhysicalRecordLockThreshold : BYTE
  33.  
  34.   Returns workstation thresholds for implicit transactions.
  35. --------------------------------------------------------------------------------
  36. TTSIsAvailable : WORD;
  37.  
  38.   Verifies whether the default file server supports transaction tracking.
  39. --------------------------------------------------------------------------------
  40. TTSSetApplicationThresholds (VAR LogicalRecordLockThreshold;
  41.                              VAR PhysicalRecordLockThreshold) : WORD;
  42.  
  43.      LogicalRecordLockThreshold  : BYTE
  44.      PhysicalRecordLockThreshold : BYTE
  45.  
  46.   Allows an application to set the number or record locks it can perform
  47.   without starting an implicit transaction.
  48. --------------------------------------------------------------------------------
  49. TTSSetWorkstationThresholds (VAR LogicalRecordLockThreshold;
  50.                              VAR PhysicalRecordLockThreshold) : WORD;
  51.  
  52.      LogicalRecordLockThreshold  : BYTE
  53.      PhysicalRecordLockThreshold : BYTE
  54.  
  55.   Sets workstation thresholds for implicit transactions.
  56. --------------------------------------------------------------------------------
  57. TTSTransactionStatus (VAR Transaction Number) : WORD;
  58.  
  59.      TransactionNumber : LONGINT
  60.  
  61.   Verifies whether a transaction has been written to disk.
  62. ------------------------------------------------------------------------------
  63.